hasInitializedWasm

A mutable flag indicating whether the FluexGL DSP WebAssembly module has been compiled.

let hasInitializedWasm: boolean;

About

hasInitializedWasm is a top-level, mutable boolean binding exported from the package. It is initialized to false.

Value

  • boolean – Always false as currently implemented.

Error and warnings

This value does not emit any errors or warnings.